//==============================================================================
// Savannah tree_anim.txt
//==============================================================================

//==============================================================================
define leaf
{
   set hotspot
   {
      version
      {
	Visualparticle sfx a savannahtree death
      }
   }  
}

//==============================================================================
define woodsplash
{
   set hotspot
   {
      version
      {
        Visualparticle sfx a hatchet spark 2
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual World E Savannah Tree A
         }
      }
      set hotspot
      {
         version
         {
            Visual World E Savannah Tree B
         }
      }
      set hotspot
      {
         version
         {
            Visual World E Savannah Tree C
         }
      }
   }
}



//==============================================================================
anim Death
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual World E Savannah Tree A_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.42 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT woodsplash HOTSPOT
	    connect CHIN leaf HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World E Savannah Tree B_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.35 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT woodsplash HOTSPOT
	    connect CHIN leaf HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World E Savannah Tree C_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.42 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT woodsplash HOTSPOT
	    connect CHIN leaf HOTSPOT
         }
      }
   }
}


